ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / RowHeaderPath Property

In This Topic
    RowHeaderPath Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the name of the property used to create row header cells.
    Syntax
    'Declaration
     
    Public Overridable Property RowHeaderPath As String
    public virtual string RowHeaderPath {get; set;}
    Remarks
    Row header cells are not visible or selectable. They are meant for use with accessibility tools.
    See Also